バージョン

暗黙的 キャスト 演算子(Matrix,Double[]) オペレータ

Matrix double 配列にキャストします。
シンタックス
'宣言
 
Overloads Public Operator Widening CType( _
   ByVal x() As Double _
) As Matrix
public Matrix operator implicit( 
   double[] x
)

パラメータ

x
double 配列。

戻り値の型

y[i] = x[i] である行 Matrix y。
参照